projects
/
gnupg2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96b6b8a
)
tools: Let gpg-zip print a deprecation warning.
author
Werner Koch
<wk@gnupg.org>
Thu, 15 Nov 2018 15:13:52 +0000
(16:13 +0100)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Sun, 18 Nov 2018 22:38:30 +0000
(22:38 +0000)
--
GnuPG-bug-id: 4251
Signed-off-by: Werner Koch <wk@gnupg.org>
(cherry picked from commit
2768293b1ee6f174f216f9006b5bc3e0c10265a2
)
Gbp-Pq: Name tools-Let-gpg-zip-print-a-deprecation-warning.patch
tools/gpg-zip.in
patch
|
blob
|
history
diff --git
a/tools/gpg-zip.in
b/tools/gpg-zip.in
index 48c4766b18753c07598941eba7f754e1ac526597..9047e36b10f6ecfb1c90fc813aa8ea302d7a9c69 100644
(file)
--- a/
tools/gpg-zip.in
+++ b/
tools/gpg-zip.in
@@
-34,6
+34,9
@@
Usage: gpg-zip [--help] [--version] [--encrypt] [--decrypt] [--symmetric]
Encrypt or sign files into an archive."
+
+echo "gpg-zip: This script is deprecated - please use gpgtar instead." >&2
+
tar_verbose_opt="v"
while test $# -gt 0 ; do